projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e2223
)
(insert-sliced-image): Use line-height instead of
author
Kim F. Storm
<storm@cua.dk>
Mon, 26 Apr 2004 22:11:36 +0000
(22:11 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 26 Apr 2004 22:11:36 +0000
(22:11 +0000)
line-spacing property on newline.
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index ec974e7a145cdc22f0f429fd93bf46e7bb825e75..d2eb264f91e4d5a051b7c97e753bf3442cc41c51 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-241,7
+241,7
@@
height of the image; integer values are taken as pixel values."
(setq x (+ x dx))))
(setq x 0.0
y (+ y dy))
- (insert (propertize "\n" 'line-
spacing t
)))))
+ (insert (propertize "\n" 'line-
height 0
)))))